From f7326ff828ad133a7884906ad4cd03e2d9980535 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 19 Mar 2018 20:31:15 +0100 Subject: [PATCH] texture: Fix documentation block of gdk_texture_download --- gdk/gdktexture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index d9f8d6fd48..6aeed4152a 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -466,7 +466,7 @@ gdk_texture_download_area (GdkTexture *texture, return GDK_TEXTURE_GET_CLASS (texture)->download (texture, area, data, stride); } -/* +/** * gdk_texture_download: * @texture: a #GdkTexture * @data: (array): pointer to enough memory to be filled with the @@ -491,7 +491,7 @@ gdk_texture_download_area (GdkTexture *texture, * cairo_image_surface_get_stride (surface)); * cairo_surface_mark_dirty (surface); * ]| - **/ + */ void gdk_texture_download (GdkTexture *texture, guchar *data, -- 2.30.2